home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / qwhite10.arc / SER_PRN.TEC < prev    next >
Text File  |  1990-08-16  |  2KB  |  32 lines

  1. ID:SP Serial Port Printing in DESQview
  2. Quarterdeck Technical Note
  3. by Stan Young
  4.  
  5. If you are going to initialize a serial port in a DESQview 
  6. window, you will have set up the program information for that 
  7. window so that the option "Uses serial ports" is either "Y" or 
  8. the specific port being used.  Otherwise the COM port cannot be 
  9. accessed due to the port protection mechanism of DESQview.  
  10. Trying to intialize a COM port from a window which is "Swappable" 
  11. will result in a DOS message: "Invalid parameter 'COM?' since DOS 
  12. will not see the port as available.
  13.  
  14. Set up in this fashion, a program running in DESQview can 
  15. directly access a serial port for printing.  However, a better 
  16. solution is to initialize the port with MODE and redirect an LPT 
  17. port to the serial port before running DESQview.  When you have 
  18. redirected an LPT port to the serial port before running 
  19. DESQview, you can simply print to the port without regard to 
  20. how the "Uses serial ports" parameter is set, since the actual 
  21. redirection of print is handled outside of DESQview.  
  22.  
  23. If you already have a real parallel printer, simply select the 
  24. next logical LPT port to redirect.  Remember that a printer port 
  25. can be addressed as a logical device by DOS - that is, you do not 
  26. have to actually have a port set up as LPT2 in order to direct it 
  27. to COM1.  The logical parallel printer ports supported by DOS are 
  28. LPT1, LPT2 and LPT3.
  29.  
  30.         Copyright (C) 1990 by Quarterdeck Office Systems
  31.              * * *   E N D   O F   F I L E    * * * 
  32.